home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / WINNC32.EX_ / WINNC32.EX / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1997-06-16  |  2KB  |  110 lines

  1. object Form3: TForm3
  2.   Left = 191
  3.   Top = 181
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 138
  7.   ClientWidth = 431
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object SpeedButton1: TSpeedButton
  19.     Left = 400
  20.     Top = 35
  21.     Width = 20
  22.     Height = 20
  23.     Hint = 'Browse'
  24.     Caption = '...'
  25.     ParentShowHint = False
  26.     ShowHint = True
  27.     OnClick = SpeedButton1Click
  28.   end
  29.   object Label1: TLabel
  30.     Left = 15
  31.     Top = 15
  32.     Width = 381
  33.     Height = 17
  34.     AutoSize = False
  35.     Caption = 'Label1'
  36.   end
  37.   object Bevel1: TBevel
  38.     Left = 10
  39.     Top = 80
  40.     Width = 411
  41.     Height = 15
  42.     Shape = bsBottomLine
  43.   end
  44.   object BitBtn1: TBitBtn
  45.     Left = 225
  46.     Top = 105
  47.     Width = 96
  48.     Height = 25
  49.     TabOrder = 2
  50.     Kind = bkOK
  51.   end
  52.   object BitBtn2: TBitBtn
  53.     Left = 325
  54.     Top = 105
  55.     Width = 96
  56.     Height = 25
  57.     TabOrder = 3
  58.     Kind = bkCancel
  59.   end
  60.   object BitBtn3: TBitBtn
  61.     Left = 10
  62.     Top = 105
  63.     Width = 96
  64.     Height = 25
  65.     Caption = '&Compress'
  66.     ModalResult = 4
  67.     TabOrder = 4
  68.     Glyph.Data = {
  69.       F6000000424DF600000000000000760000002800000010000000100000000100
  70.       0400000000008000000000000000000000000000000000000000000000000000
  71.       80000080000000808000800000008000800080800000C0C0C000808080000000
  72.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFF0008
  73.       0000FFFFFFFFFFF08FFFFFFFFFF00000000FFFFFFF0787878780F00000000000
  74.       0070F0B3B3B3B3B0F080F03B3B3B3B30F070F0B3B3B3B3B0F080F03B3B3B3B30
  75.       F070F0B3B3B3B3B0F080F03B30000000F070F0B3B0FFFFFFF080FF000F000000
  76.       0070FFFFFF078787870FFFFFFFF0000000FFFFFFFFFFFFFFFFFF}
  77.   end
  78.   object CheckBox1: TCheckBox
  79.     Left = 15
  80.     Top = 65
  81.     Width = 131
  82.     Height = 17
  83.     Caption = 'Include Subdirectory'#39's'
  84.     State = cbChecked
  85.     TabOrder = 1
  86.   end
  87.   object Edit1: TEdit
  88.     Left = 15
  89.     Top = 35
  90.     Width = 371
  91.     Height = 21
  92.     AutoSelect = False
  93.     Ctl3D = True
  94.     ParentCtl3D = False
  95.     TabOrder = 0
  96.     Text = 'Edit1'
  97.   end
  98.   object ZIP: TZipMaster
  99.     Verbose = True
  100.     Trace = False
  101.     AddCompLevel = 7
  102.     AddOptions = []
  103.     ExtrOptions = []
  104.     OnProgress = ZIPProgress
  105.     OnMessage = ZIPMessage
  106.     Left = 110
  107.     Top = 105
  108.   end
  109. end
  110.